home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 33
/
Volume 33 - JOGO DISK .iso
/
interface
/
browser.swf
/
scripts
/
DefineButton2_379
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-03-08
|
188b
|
11 lines
on(release){
if(_root.comando == "LINK")
{
getURL(_root.caminhos,"");
}
else
{
getURL("FSCommand:" add _root.comando,"%org%" + _root.caminhos);
}
}